Skip to content

openclaw: sync presence + gateway-status fixes from openclaw-tlon (#160)#5935

Merged
patosullivan merged 1 commit into
developfrom
po/sync-presence-fixes
Jun 15, 2026
Merged

openclaw: sync presence + gateway-status fixes from openclaw-tlon (#160)#5935
patosullivan merged 1 commit into
developfrom
po/sync-presence-fixes

Conversation

@patosullivan

Copy link
Copy Markdown
Member

Summary

Brings packages/openclaw up to current openclaw-tlon master by porting tloncorp/openclaw-tlon#160 (the presence-fixes PR), which landed after the initial monorepo import — so the imported snapshot was missing it.

  • keep the thinking indicator alive through long bot runs
  • harden computing-presence tracker lifecycle (dr/render active-presence timeout, clear on idle)
  • gateway-status: retry activation with a per-attempt timeout
  • bump backend clear timer to 90s; add stale-online regression test

Why

The plugin was imported into the monorepo on 2026-06-11 from a master commit just before #160 fully landed, leaving computing-presence.ts, gateway-status.test.ts, and monitor/index.ts behind current master. Closing this gap makes develop a clean current snapshot so the remaining openclaw-tlon PR migrations apply against an accurate baseline (instead of fighting per-file drift).

Test plan

  • pnpm tsc --noEmit clean
  • Unit tests: 563/563 passing (pnpm test in packages/openclaw)
  • Patch applied cleanly onto develop (no conflicts — confirms the snapshot boundary is exactly pre-#160)

Brings packages/openclaw up to current openclaw-tlon master by porting the
presence-fixes PR (tloncorp/openclaw-tlon#160), which landed after the initial
monorepo import:

- keep the thinking indicator alive through long bot runs
- harden computing-presence tracker lifecycle (dr/render timeout, clear on idle)
- gateway-status: retry activation with a per-attempt timeout
- bump backend clear timer to 90s; stale-online regression test

This closes the snapshot gap so subsequent plugin PR migrations apply against a
current baseline.

Co-Authored-By: ~latter-bolden <brian@tlon.io>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@patosullivan patosullivan changed the title fix(presence): sync presence + gateway-status fixes from openclaw-tlon (#160) openclaw: sync presence + gateway-status fixes from openclaw-tlon (#160) Jun 15, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8429da5ccd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/openclaw/src/monitor/computing-presence.ts
Comment thread packages/openclaw/src/monitor/index.ts
@patosullivan patosullivan merged commit 1a71170 into develop Jun 15, 2026
6 checks passed
@patosullivan patosullivan deleted the po/sync-presence-fixes branch June 15, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants